﻿/*body {
  font-size: 98%;
}*/
  .no-print, .no-print * {
    display: none !important;
  }


  /* remove the margin introduced by the new left-hand menu */
  .mdl-layout--fixed-drawer > .mdl-layout__content{
    margin:0 !important;
  }


  /* Doing this to  get  in-table page-breaks to  work screws 
    up  note cell widths and makes them look untidy*/
  /*tr{display:block;}

  table tr.page-break-before {
    page-break-before: always !important;
  }*/

  
  /* Turn off all auto scrolling so that all
     pages of content are available for printing */
  .scrollBox {
    overflow-y: visible !important;
    overflow-x: visible !important;
  }


  .mdl-layout{
    overflow-y: visible !important;
    overflow-x: visible !important;
  }

  .mdl-layout__content{
    overflow-y: visible !important;
    overflow-x: visible !important;
  }